home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / menus / vbcntx / frmmenu.frm < prev   
Text File  |  1995-11-12  |  1KB  |  44 lines

  1. VERSION 4.00
  2. Begin VB.Form frmMenu 
  3.    Caption         =   "Menus"
  4.    ClientHeight    =   555
  5.    ClientLeft      =   1650
  6.    ClientTop       =   2145
  7.    ClientWidth     =   2190
  8.    Height          =   1245
  9.    Left            =   1590
  10.    LinkTopic       =   "Form2"
  11.    ScaleHeight     =   555
  12.    ScaleWidth      =   2190
  13.    ShowInTaskbar   =   0   'False
  14.    Top             =   1515
  15.    Width           =   2310
  16.    Begin VB.Menu mnuPop 
  17.       Caption         =   "Popup"
  18.       Begin VB.Menu mPopOpen 
  19.          Caption         =   "&Open"
  20.       End
  21.       Begin VB.Menu mSep1 
  22.          Caption         =   "-"
  23.       End
  24.       Begin VB.Menu mPopMove 
  25.          Caption         =   "&Move"
  26.       End
  27.       Begin VB.Menu mPopCopy 
  28.          Caption         =   "&Copy"
  29.       End
  30.       Begin VB.Menu mPopDelete 
  31.          Caption         =   "&Delete"
  32.       End
  33.       Begin VB.Menu mSep2 
  34.          Caption         =   "-"
  35.       End
  36.       Begin VB.Menu mPopProperties 
  37.          Caption         =   "&Properties..."
  38.       End
  39.    End
  40. End
  41. Attribute VB_Name = "frmMenu"
  42. Attribute VB_Creatable = False
  43. Attribute VB_Exposed = False
  44.